@media screen and (max-width: 1700px) and (min-width:0px) {
    .box4 .text .desc {
        line-height: 1.5;
    }

    .section05 h1 {
        padding-left: calc((100vw - 1440px) / 2 + 15px);
    }
}

@media screen and (max-width: 1470px) and (min-width:0px) {
    .section02 .list a {
        font-size: 16px;
        padding: 0 30px;
    }

    .box3 span {
        padding: 0 45px;
    }

    .box3 span p {
        font-size: 16px;
    }

    .box4 .text {
        width: 50%;
    }

    .box4 .img {
        width: calc(50% - 30px);
    }

    .box4 .text .desc {
        font-size: 14px;
    }
}

@media screen and (max-width: 1440px) and (min-width:0px) {
    .section05 h1 {
        padding-left: 3vw;
    }
}